home *** CD-ROM | disk | FTP | other *** search
/ Ultra 33 Video Bundle / Ultra 33 Video Bundle - Disc 6.iso / graphics / intrface.dir / 00052_Script_52 < prev    next >
Text File  |  1999-12-31  |  5KB  |  155 lines

  1. on exitFrame
  2.   if rollover(7) then 
  3.     set the visibility of sprite 41  to 1
  4.     set the visibility of sprite 21  to 1
  5.     set the visibility of sprite 22  to 0
  6.     set the visibility of sprite 23  to 0
  7.     set the visibility of sprite 25  to 0
  8.     set the visibility of sprite 26  to 0
  9.     set the visibility of sprite 27  to 0
  10.     set the visibility of sprite 28 to 0
  11.     set the visibility of sprite 24 to 0
  12.     updatestage
  13.   end if
  14.   
  15.   
  16.   if rollover(8) then 
  17.     set the visibility of sprite 42  to 1
  18.     set the visibility of sprite 22  to 1
  19.     set the visibility of sprite 23  to 0    
  20.     set the visibility of sprite 24  to 0
  21.     set the visibility of sprite 25  to 0
  22.     set the visibility of sprite 28  to 0
  23.     set the visibility of sprite 27  to 0
  24.     set the visibility of sprite 21 to 0
  25.     set the visibility of sprite 26 to 0
  26.     updatestage
  27.   end if
  28.   
  29.   
  30.   if rollover(9) then 
  31.     set the visibility of sprite 23  to 1
  32.     set the visibility of sprite 43  to 1
  33.     set the visibility of sprite 21  to 0
  34.     set the visibility of sprite 22  to 0
  35.     set the visibility of sprite 25  to 0
  36.     set the visibility of sprite 24 to 0
  37.     set the visibility of sprite 26  to 0
  38.     set the visibility of sprite 27  to 0
  39.     set the visibility of sprite 28  to 0
  40.     updatestage
  41.   end if 
  42.   
  43.   
  44.   if rollover(10) then 
  45.     set the visibility of sprite 24  to 1
  46.     set the visibility of sprite 44  to 1
  47.     set the visibility of sprite 21 to 0
  48.     set the visibility of sprite 22  to 0
  49.     set the visibility of sprite 23  to 0
  50.     set the visibility of sprite 26 to 0
  51.     set the visibility of sprite 27  to 0
  52.     set the visibility of sprite 28  to 0
  53.     set the visibility of sprite 25 to 0 
  54.     updatestage
  55.   end if
  56.   
  57.   
  58.   
  59.   if rollover(11) then 
  60.     set the visibility of sprite 25  to 1
  61.     set the visibility of sprite 45  to 1
  62.     set the visibility of sprite 27 to 0
  63.     set the visibility of sprite 26 to 0
  64.     set the visibility of sprite 24  to 0
  65.     set the visibility of sprite 22 to 0
  66.     set the visibility of sprite 21 to 0
  67.     set the visibility of sprite 23  to 0    
  68.     set the visibility of sprite 28 to 0
  69.     updatestage
  70.   end if
  71.   
  72.   if rollover(12) then 
  73.     set the visibility of sprite 25  to 0
  74.     set the visibility of sprite 46  to 1
  75.     set the visibility of sprite 27 to 0
  76.     set the visibility of sprite 26 to 1
  77.     set the visibility of sprite 24  to 0
  78.     set the visibility of sprite 22 to 0
  79.     set the visibility of sprite 21 to 0
  80.     set the visibility of sprite 23  to 0    
  81.     set the visibility of sprite 28 to 0
  82.     updatestage
  83.   end if
  84.   
  85.   if rollover(13) then 
  86.     set the visibility of sprite 25  to 0
  87.     set the visibility of sprite 47  to 1
  88.     set the visibility of sprite 27 to 1
  89.     set the visibility of sprite 26 to 0
  90.     set the visibility of sprite 24  to 0
  91.     set the visibility of sprite 22 to 0
  92.     set the visibility of sprite 21 to 0
  93.     set the visibility of sprite 23  to 0    
  94.     set the visibility of sprite 28 to 0
  95.     updatestage
  96.   end if
  97.   
  98.   if rollover(14) then 
  99.     set the visibility of sprite 25  to 0
  100.     set the visibility of sprite 28 to 1
  101.     set the visibility of sprite 48  to 1
  102.     set the visibility of sprite 27 to 0
  103.     set the visibility of sprite 26 to 0
  104.     set the visibility of sprite 24  to 0
  105.     set the visibility of sprite 22 to 0
  106.     set the visibility of sprite 21 to 0
  107.     set the visibility of sprite 23  to 0    
  108.     updatestage
  109.   end if
  110.   
  111.   if rollover (7)  = 0 then 
  112.     set the visibility of sprite 21 to 0   
  113.     set the visibility of sprite 41 to 0   
  114.   end if  
  115.   
  116.   if rollover (8)  = 0 then 
  117.     set the visibility of sprite 22 to 0 
  118.     set the visibility of sprite 42 to 0 
  119.   end if  
  120.   
  121.   if rollover (9)  = 0 then 
  122.     set the visibility of sprite 23 to 0   
  123.     set the visibility of sprite 43 to 0
  124.   end if 
  125.   
  126.   if rollover (10)  = 0 then
  127.     set the visibility of sprite 24 to 0 
  128.     set the visibility of sprite 44 to 0 
  129.   end if  
  130.   
  131.   if rollover (11)  = 0 then 
  132.     set the visibility of sprite 25 to 0 
  133.     set the visibility of sprite 45 to 0 
  134.   end if
  135.   
  136.   if rollover (12)  = 0 then 
  137.     set the visibility of sprite 26 to 0 
  138.     set the visibility of sprite 46 to 0 
  139.   end if
  140.   
  141.   if rollover (13)  = 0 then 
  142.     set the visibility of sprite 27 to 0 
  143.     set the visibility of sprite 47 to 0 
  144.     end if
  145.   
  146.   
  147.   if rollover (14)  = 0 then 
  148.     set the visibility of sprite 28 to 0 
  149.     set the visibility of sprite 48 to 0 
  150.   end if
  151.   
  152.   
  153.   go to the frame  
  154. end
  155.